Dynamic Linked Library - translation to ολλανδικά
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

Dynamic Linked Library - translation to ολλανδικά

MICROSOFT'S IMPLEMENTATION OF THE SHARED LIBRARY CONCEPT IN WINDOWS AND OS/2
Dynamically linked library; Dynamic link library; .dll; Dynamically Linked Library; Dll files; Dynamic-Link Libraries; Declspec; Dllimport; Dllexport; Dynamic-Link Library; Dynamic Link Library; Dynamic Link Libraries; Microsoft Dynamic Link Library; Dynamic-link libraries; DLL file; DLL spoofing; DLL hijacking; .drv; Dynamically linked; RUNDLL.EXE; RUNDLL32.EXE; Rundll32.exe; Rundll.exe; Rundll; RUNDLL; RUNDLL32; Rundll32

Dynamic Linked Library      
dynamisch gekoppelde bibliotheek, bestand dat routines opslaat voor Windows en OS/2, DLL bestand
reference library         
  • card catalogues]] were the traditional method of organizing the list of resources and their location within a large library.
  • °C}} to prevent the spread of insects and diseases.
  • Interior of the [[Bibliotheca Alexandrina]], Alexandria, Egypt, showing both stacks and computer terminals
  • Boston Public Library, Boston, Massachusetts, United States]]
  • José Vasconcelos Library]] in Mexico City, Mexico
  • Palma]], [[Balearic Islands]]
  • [[British Museum Reading Room]]
  • A children's library in [[Montreal]], Quebec, Canada in 1943
  • A community library in [[Ethiopia]]
  • The University Library at [[Eötvös Loránd University]], Budapest, Hungary
  • Library shelves in Hong Kong, showing numbers of the classification scheme to help readers locate works in that section
  • 1910–1920}}
  • [[National Library of Wales]], [[Aberystwyth]]
  • Main reading room of the [[Rijksmuseum Research Library]] is the largest public [[art history]] [[research library]] in the [[Netherlands]]. The library is part of the [[Rijksmuseum]] in [[Amsterdam]].
  • The [[Robarts Library]] at the [[University of Toronto]], Canada
  • The Sistine Hall of the [[Vatican Library]]
INSTITUTION CHARGED WITH THE CARE OF A COLLECTION OF LITERARY, MUSICAL, ARTISTIC, OR REFERENCE MATERIALS, SUCH AS BOOKS, MANUSCRIPTS, RECORDINGS, OR FILMS
Libraries; Libary; University libraries; Library (institution); Reference library; Liberry; Reference libraries; Archival library; Bibliothèque; The internet and libraries; The Impact of Internet Search Engines on Libraries; Internet Search Engines and Libraries; Social networking and British libraries; Social media and UK libraries; Social Networking and UK Libraries; Internet search engines and libraries; Library building; Librariers; White House Conference on Library and Information Services; White House Conferences on Library and Information Services; WHCLIS; Children's library; Cybrary; Children's Library; Best library; Children's libraries; Children's library (category)
naslagbibliotheek
shared library         
  • A woman working next to a filing cabinet containing the subroutine library on reels of punched tape for the EDSAC computer.
COLLECTION OF NON-VOLATILE RESOURCES USED BY COMPUTER PROGRAMS, OFTEN FOR SOFTWARE DEVELOPMENT
Library linking; Shared library; Library Linking (Computer Science); Code library; Software library; Software libraries; Library (software); Programming library; Library routine; Shared object; Shared libraries; Subroutine library; Program library; Program libraries; Native library; Shared Library; System library; Class library; Application program library; Computer library; Function library; Library (computer science); Object library; Software libary; Programmer libraries; Software Library; Code generation library; Code generation libraries; Shared library form; Code package; Programming libraries; Reusable library; Stub in Linux; Software dependency; Library function; .dylib; Shared lib; Smart linking; Smart linker
gedeelde bibliotheek, bibliotheek waar gebruikers in een netwerk toegang toe hebben

Βικιπαίδεια

Dynamic-link library

Dynamic-link library (DLL) is Microsoft's implementation of the shared library concept in the Microsoft Windows and OS/2 operating systems. These libraries usually have the file extension DLL, OCX (for libraries containing ActiveX controls), or DRV (for legacy system drivers). The file formats for DLLs are the same as for Windows EXE files – that is, Portable Executable (PE) for 32-bit and 64-bit Windows, and New Executable (NE) for 16-bit Windows. As with EXEs, DLLs can contain code, data, and resources, in any combination.

Data files with the same file format as a DLL, but with different file extensions and possibly containing only resource sections, can be called resource DLLs. Examples of such DLLs include icon libraries, sometimes having the extension ICL, and font files, having the extensions FON and FOT.